home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / misc / Change.lha / Change / source / Include / FileReq.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-15  |  208 b   |  12 lines

  1. // $VER: FileReq.h 1.3 (05.02.96)
  2.  
  3. #ifndef SDI_FILEREQ_H
  4. #define SDI_FILEREQ_H
  5.  
  6. #include <dos/dos.h>
  7.  
  8. #define FILEREQ_MODE_OPEN    MODE_OLDFILE
  9. #define FILEREQ_MODE_SAVE    MODE_NEWFILE
  10.  
  11. #endif /* SDI_FILEREQ_H */
  12.